type go.uber.org/mock/gomock.callSetKey

10 uses

	go.uber.org/mock/gomock (current package)
		callset.go#L28: 	expected   map[callSetKey][]*Call
		callset.go#L31: 	exhausted map[callSetKey][]*Call
		callset.go#L37: type callSetKey struct {
		callset.go#L44: 		expected:   make(map[callSetKey][]*Call),
		callset.go#L46: 		exhausted:  make(map[callSetKey][]*Call),
		callset.go#L52: 		expected:      make(map[callSetKey][]*Call),
		callset.go#L54: 		exhausted:     make(map[callSetKey][]*Call),
		callset.go#L61: 	key := callSetKey{call.receiver, call.method}
		callset.go#L79: 	key := callSetKey{call.receiver, call.method}
		callset.go#L97: 	key := callSetKey{receiver, method}